Release 10.1A: OpenEdge Development:
Progress Dynamics Administration
SuperProcedureMode attribute
The
SuperProcedureModeattribute indicates a mode for how a class or object super procedure is started. Possible valid values include:
STATELESS— The super procedure starts once per session and stays alive after object shutdown. There is only one instance of the super procedure running in any given session.STATEFUL— One instance of the super procedure starts per object. The super procedure is shut down when the object is destroyed. Multiple instances of the super procedure might run during a session, depending on the number of concurrently running objects.The default for classes is
STATELESSmode and the default for object (viewer, browser, container, SmartDataField, and so on) super procedures isSTATEFULmode.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |